←Select platform

Contains<TService> Method

Summary

Checks whether a service of a given type exists in the collection.

Syntax

C#
VB
C++
public bool Contains<TService>() 
  
Public Function Contains(Of TService)() As Boolean 
public: 
bool Containsgeneric<typename TService> 
();  

Type Parameters

TService
The type of the service to check for.

Return Value

true if a service object exists with the provided type; otherwise, it is false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly